type runtime.gclinkptr

15 uses

	runtime (current package)
		malloc.go#L927: func nextFreeFast(s *mspan) gclinkptr {
		malloc.go#L939: 			return gclinkptr(uintptr(result)*s.elemsize + s.base())
		malloc.go#L954: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, checkGCTrigger bool) {
		malloc.go#L975: 	v = gclinkptr(uintptr(freeIndex)*s.elemsize + s.base())
		mcache.go#L64: 	next gclinkptr
		mcache.go#L69: type gclinkptr uintptr
		mcache.go#L74: func (p gclinkptr) ptr() *gclink {
		mcache.go#L79: 	list gclinkptr // linked list of free stacks
		mheap.go#L411: 	manualFreeList gclinkptr // list of free objects in mSpanManual spans
		stack.go#L193: func stackpoolalloc(order uint8) gclinkptr {
		stack.go#L212: 			x := gclinkptr(s.base() + i)
		stack.go#L232: func stackpoolfree(x gclinkptr, order uint8) {
		stack.go#L278: 	var list gclinkptr
		stack.go#L371: 		var x gclinkptr
		stack.go#L488: 		x := gclinkptr(v)